runtime.gcWork.id (field)
7 uses
runtime (current package)
mgcmark_greenteagc.go#L305: if !work.spanqMask.read(uint32(gcw.id)) {
mgcmark_greenteagc.go#L306: work.spanqMask.set(gcw.id)
mgcmark_greenteagc.go#L332: if work.spanqMask.read(uint32(w.id)) {
mgcmark_greenteagc.go#L333: work.spanqMask.clear(w.id)
mgcwork.go#L84: id int32 // same ID as the parent P
mgcwork.go#L335: work.spanqMask.set(w.id)
proc.go#L5908: pp.gcw.id = id
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |